From: Thien-Thi Nguyen Date: Sun, 10 May 2009 14:18:47 +0000 (+0000) Subject: Make GCPROs and UNGCPRO no-ops also on SuperH. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~624 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dd3a6ce65880c61f7b270962a38baca58e045669;p=emacs.git Make GCPROs and UNGCPRO no-ops also on SuperH. * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH. --- diff --git a/src/ChangeLog b/src/ChangeLog index f771a940d72..f6764aad022 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-05-10 Ulrich Mueller + + * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH. + 2009-05-07 David Reitter * nsterm.m (ns_dumpglyphs_stretch,ns_dumpglyphs_image): diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 4304c065e44..d75bb72279c 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -258,7 +258,7 @@ along with GNU Emacs. If not, see . */ #if defined __i386__ || defined __sparc__ || defined __mc68000__ \ || defined __alpha__ || defined __mips__ || defined __s390__ \ || defined __arm__ || defined __powerpc__ || defined __amd64__ \ - || defined __ia64__ + || defined __ia64__ || defined __sh__ #define GC_SETJMP_WORKS 1 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS #ifdef __mc68000__